google.golang.org/grpc/internal/transport.http2Client.prevGoAwayID (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L131: prevGoAwayID uint32
http2_client.go#L1392: if id > t.prevGoAwayID {
http2_client.go#L1394: return connectionErrorf(true, nil, "received goaway with stream id: %v, which exceeds stream id of previous goaway: %v", id, t.prevGoAwayID)
http2_client.go#L1410: upperLimit := t.prevGoAwayID
http2_client.go#L1415: t.prevGoAwayID = id
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)